From f6b6e72dc25d3d6b558ecc8024eec4adf83c5c07 Mon Sep 17 00:00:00 2001 From: Pierre Beitz Date: Thu, 27 Oct 2022 13:08:51 +0200 Subject: [PATCH] test --- .github/workflows/test.yml | 20 ++++++++++++-------- README.md | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) 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