Revert "Add deploy key functionality (#115)" (#119)

This reverts commit d4a6a7883a.
This commit is contained in:
Pascal Zimmermann
2022-05-04 13:04:15 +02:00
committed by GitHub
parent d4a6a7883a
commit 21d44fe927
4 changed files with 10 additions and 45 deletions

View File

@@ -7,14 +7,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
branch: '${{ github.ref }}'
- uses: actions/checkout@master
- name: Verify action syntax
# The action should not publish any real changes, but should succeed.
uses: './'
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
branch: '${{ github.ref }}'