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 4a0387e commit 1a9bb53Copy full SHA for 1a9bb53
.github/workflows/build.yaml
@@ -36,7 +36,6 @@ jobs:
36
repository: TaskarCenterAtUW/workspaces-frontend
37
path: frontend
38
ref: refs/tags/${{github.event.inputs.env}}
39
- - run: cd frontend; /usr/bin/git log -1 --format='%h'
40
- run: cd frontend; FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
41
42
0 commit comments