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 a7fd6b9 commit a1d6e12Copy full SHA for a1d6e12
.github/workflows/manual-dev.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 -m 1; echo "updated=$?" >> "$GITHUB_OUTPUT"
74
75
- name: Get date
76
id: date
0 commit comments