File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 env :
1919 REPO : ghcr.io/akimitsulebot/bilderna
2020 steps :
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2222 - name : Build Docker image
2323 run : docker build -t $REPO:latest -t $REPO:${GITHUB_SHA::8} .
2424 - name : Login to Docker Hub
4444 -H "Authorization: Bearer ${{ secrets.PAT }}" \
4545 -H "X-GitHub-Api-Version: 2022-11-28" \
4646 https://api.github.com/repos/$REPO_OWNER/$REPO_NAME/dispatches \
47- -d "{\"event_type\": \"$EVENT_TYPE\"}"
47+ -d "{\"event_type\": \"$EVENT_TYPE\"}"
Original file line number Diff line number Diff line change 1212 if : " !contains(github.event.commits.*.message, '[skip ci]')"
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v6
15+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1616 - name : Check
1717 run : cargo check
1818 - name : Fmt
You can’t perform that action at this time.
0 commit comments