Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Feb 7, 2024
1 parent 0f71761 commit 13c44a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/houseseat-notify-on-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Setup
run: |
pip install slack-sdk
Expand All @@ -49,7 +51,7 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git commit -m "[houseseat-notify-on-event action] Updating the state.yaml file"
git push
git push origin main
env:
## This is the personal access token (PAT) for the GitHub bot user
GITHUB_TOKEN: ${{ secrets.PLAYGROUND_REPO }}

0 comments on commit 13c44a7

Please sign in to comment.