We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21461a8 commit 07cc809Copy full SHA for 07cc809
.github/workflows/check.yml
@@ -5,8 +5,6 @@ on:
5
- cron: '0 * * * *'
6
7
env:
8
- REGISTRY: ghcr.io
9
- IMAGE_NAME: ${{ github.repository }}
10
DESTINATION_REPOSITORY: github/codeql-action
11
SOURCE_REPOSITORY: ${{ github.repository }}
12
@@ -25,7 +23,7 @@ jobs:
25
23
sourceRepository: ${{ env.SOURCE_REPOSITORY }}
26
24
token: ${{ secrets.GH_TOKEN }}
27
28
- - name: Get result
+ - name: Get results
29
run: |
30
echo "The result is ${{ steps.compare-releases.outputs.repo }}"
31
echo "The result is ${{ steps.compare-releases.outputs.tagName }}"
0 commit comments