Skip to content

Commit

Permalink
Update scripts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 22, 2024
1 parent 39d1dcf commit 81ff1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
gh extension install 'actions/gh-actions-cache' || exit "${?}"
gh actions-cache delete '${{ runner.os }}-${{ env.cache-key }}' --confirm || exit "${?}"
printf '%s\n' 'Cache deleted.'
#env:
# GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: "Test scripts"
shell: bash
run: |
Expand Down

0 comments on commit 81ff1f2

Please sign in to comment.