Skip to content

Commit 07cc809

Browse files
authored
Update check.yml
1 parent 21461a8 commit 07cc809

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- cron: '0 * * * *'
66

77
env:
8-
REGISTRY: ghcr.io
9-
IMAGE_NAME: ${{ github.repository }}
108
DESTINATION_REPOSITORY: github/codeql-action
119
SOURCE_REPOSITORY: ${{ github.repository }}
1210

@@ -25,7 +23,7 @@ jobs:
2523
sourceRepository: ${{ env.SOURCE_REPOSITORY }}
2624
token: ${{ secrets.GH_TOKEN }}
2725

28-
- name: Get result
26+
- name: Get results
2927
run: |
3028
echo "The result is ${{ steps.compare-releases.outputs.repo }}"
3129
echo "The result is ${{ steps.compare-releases.outputs.tagName }}"

0 commit comments

Comments
 (0)