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 524aa1b commit 658a308Copy full SHA for 658a308
.github/workflows/manual.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
docker run -v $PWD:/app --env-file <(env | grep GITHUB) \
72
ghcr.io/$GITHUB_OWNER/$GITHUB_REPO:master \
73
- src/test/update.sh; echo "updated=$?" >> "$GITHUB_OUTPUT"
+ src/test/update.sh bkg; echo "updated=$?" >> "$GITHUB_OUTPUT"
74
75
- name: Get date
76
id: date
.github/workflows/update.yml
@@ -62,7 +62,7 @@ jobs:
62
63
64
ghcr.io/ipitio/backage:master \
65
66
67
68
0 commit comments