There was an error while loading. Please reload this page.
1 parent 67259bf commit bf2337cCopy full SHA for bf2337c
1 file changed
.github/workflows/hermes-review-followup.yml
@@ -0,0 +1,23 @@
1
+name: Hermes review follow-up workspace
2
+on:
3
+ push:
4
+ branches: [codex/hermes-review-followup-workspace]
5
+permissions:
6
+ contents: read
7
+jobs:
8
+ snapshot:
9
+ runs-on: blacksmith-4vcpu-ubuntu-2404
10
+ timeout-minutes: 5
11
+ steps:
12
+ - uses: actions/checkout@v7
13
+ with:
14
+ ref: 67259bfa968867da556c6437ee804e7dc2a86d3a
15
+ persist-credentials: false
16
+ - name: Archive the reviewed source
17
+ run: git archive HEAD | gzip > "$RUNNER_TEMP/hermes-pr84-source.tgz"
18
+ - uses: actions/upload-artifact@v7
19
20
+ name: hermes-pr84-source
21
+ path: ${{ runner.temp }}/hermes-pr84-source.tgz
22
+ retention-days: 1
23
+ if-no-files-found: error
0 commit comments