Compare commits

..

No commits in common. "main" and "v2" have entirely different histories.
main ... v2

View File

@ -14,6 +14,6 @@ jobs:
run: echo 'hello world' run: echo 'hello world'
- name: Hello world 2 - name: Hello world 2
id: my id: my
run: echo 'a=xxxx' >> "$GITHUB_OUTPUT" run: echo 'a=xxxx' >> "$GITEA_OUTPUT"
- name: Hello world - name: Hello world
run: echo 'hello world' ${{ steps.my.outputs.a }} run: echo 'hello world' ${{ steps.my.outputs.a }}