Skip to content

Commit

Permalink
Merge pull request #102 from sonomirco/dev/mibi/last-time
Browse files Browse the repository at this point in the history
last one
  • Loading branch information
sonomirco authored Dec 11, 2023
2 parents 601a198 + ca4a077 commit 40c6398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-for-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
id: ref
run: |
PR=$(curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" ${{ github.event.issue.pull_request.url }})
echo "sha=$(PR | jq -r '.head.sha')" >> $GITHUB_OUTPUT
echo $(PR | jq -r '.head.sha')
echo $(PR | jq -r '.head.ref')
echo "sha=$(echo $PR | jq -r '.head.sha')" >> $GITHUB_OUTPUT
echo $PR | jq -r '.head.sha'
echo $PR | jq -r '.head.ref'
- name: 🛎 Checkout repo
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check context
on:
issue_comment:
pull_request:
# comment
jobs:
one:
runs-on: ubuntu-latest
Expand All @@ -13,4 +13,4 @@ jobs:
run: |
echo "$GITHUB_CONTEXT"
echo ${{ github.event_name }}
echo ${{ github.event.user.login }}
echo ${{ github.event.user }}

0 comments on commit 40c6398

Please sign in to comment.