Skip to content

Commit 99ae57c

Browse files
committed
test interpolating github string into nushell command
1 parent e5245cb commit 99ae57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- run: nix run -L '.#pushDockerImageActions'
12-
- run: GIT_REV=${{ github.sha }} nu -c 'open .kube/version.yaml -r | from yaml | update value $"kokuzo.tailc38f.ts.net/eepy-site:($env.GIT_SHA)" | to yaml | save .kube/version.yaml -f'
12+
- run: GIT_REV=${{ github.sha }} nu -c 'open .kube/version.yaml -r | from yaml | update value $"kokuzo.tailc38f.ts.net/eepy-site:${{ github.sha }}" | to yaml | save .kube/version.yaml -f'
1313
- run: |
1414
git config --global user.name 'GitHub Actions'
1515
git config --global user.email 'actions@github.com'

0 commit comments

Comments
 (0)