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 030448c commit e1829f8Copy full SHA for e1829f8
.github/workflows/build.yaml
@@ -58,9 +58,9 @@ jobs:
58
- uses: actions/checkout@v2
59
with:
60
repository: TaskarCenterAtUW/workspaces-pathways-editor
61
- path: pathways
+ path: pathways-editor
62
ref: refs/tags/${{github.event.inputs.env}}
63
- - run: cd pathways; echo PATHWAYS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
+ - run: cd pathways-editor; echo PATHWAYS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
64
65
# rapid submod
66
0 commit comments