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 e916020 commit 7241006Copy full SHA for 7241006
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
K8S_DEPLOY_KEY: ${{ secrets.KNESSET_DATA_K8S_DEPLOY_KEY }}
18
run: |
19
+ date +%s > VERSION.txt &&\
20
curl -s https://raw.githubusercontent.com/OriHoch/uumpa-ci-toolbox/b28739781cf844b3494bfa404ced1ff9c0803e05/bin/github_actions_install.sh \
21
| bash -s 65a0704332e63d51f63981dbb25cd83682dc4078 OriHoch/uumpa-ci-toolbox &&\
22
uci github actions self-checkout --config-user-name "knesset-data-pipelines-ci" &&\
0 commit comments