diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 598327a..2de6abf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,6 @@ name: Test - on: push: - pull_request: - workflow_dispatch: - jobs: build: name: Build @@ -13,14 +9,22 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - run: | - mkdir artifacts - echo "===== Attempt 1 ====" > artifaces/${GITHUB_SHA} + mkdir artifacts + echo "===== Attempt 1 ====" > artifacts/${GITHUB_SHA} - name: Archive logs uses: actions/upload-artifact@v3 if: always() with: - name: resources + name: ${{ github.sha }} retention-days: 1 path: artifacts/ - + find: + name: find + needs: build + runs-on: ubuntu-latest + steps: - name: Find URL + run: > + echo + "Authorization: xyz" + '{ "branch": "'${GITHUB_REF##*/}'", "sha": "'${GITHUB_SHA}'", "variable": { "URL": "TODO" } }' diff --git a/README.md b/README.md index 6a53905..6ac95d2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # artifact-url-testing -change +chang