We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a84d8b commit 3e65764Copy full SHA for 3e65764
.github/workflows/docker.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: Delete Untagged Images
23
if: (github.event_name == 'schedule')
24
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
25
with:
26
github-token: ${{ secrets.DELETE_PACKAGES_TOKEN }}
27
script: |
0 commit comments