Skip to content

Commit

Permalink
ci: Add a debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
kumy committed Aug 12, 2023
1 parent d0a5c34 commit 115dec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/trigger-staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
if: "!startsWith(github.ref, 'refs/pull/')"
runs-on: ubuntu-latest
steps:
- name: Debug
if: ${{ env.DEBUG == 'true' }}
uses: raven-actions/debug@v1

- uses: geokrety/geokrety-gha-workflows/.github/actions/deploy-website@main
with:
header_name: ${{ secrets.DEPLOY_HEADER_NAME }}
Expand Down

0 comments on commit 115dec5

Please sign in to comment.