diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f8b4d4..f2f8faf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,7 @@ on: description: 'Version to deploy' required: true +run-name: Deploying File Format Lambda ${{inputs.to-deploy}} to ${{inputs.environment}} permissions: id-token: write contents: write diff --git a/.github/workflows/upsert-scala-steward-dependencies-branch.yml b/.github/workflows/upsert-scala-steward-dependencies-branch.yml deleted file mode 100644 index 2d80d44..0000000 --- a/.github/workflows/upsert-scala-steward-dependencies-branch.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Upsert `scala-steward-dependencies` branch - -on: - push: - branches: master -jobs: - upsert-develop-branch: - permissions: write-all - runs-on: ubuntu-latest - name: Rebase `scala-steward-dependencies` branch to latest `origin/master` - steps: - - name: Checkout scala-steward-dependencies branch - uses: actions/checkout@v2 - with: - ref: scala-steward-dependencies - fetch-depth: 0 - - name: Rebase `scala-steward-dependencies` branch to latest `origin/master` - run: | - git rebase origin/master - git push -f -u origin scala-steward-dependencies