Skip to content

Commit

Permalink
Clean up workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ayberkt committed Sep 22, 2024
1 parent 1d35b5e commit 10e5438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- name: "Clone repository"
uses: actions/checkout@v4

- name: "Print some stuff"
- name: "Print environment information"
shell: bash
run: |
echo "branch = ${{ github.ref_name }}"
echo "head_sha = ${{ github.sha }}"
echo "head_prec_sha = ${{ github.event.before }}"
echo "github.ref_name = ${{ github.ref_name }}"
echo "github.sha = ${{ github.sha }}"
echo "github.event.before = ${{ github.event.before }}"
- name: "Restore cached .agdai files"
id: cache-agdai-restore
Expand Down

0 comments on commit 10e5438

Please sign in to comment.