Skip to content

Commit

Permalink
Merge pull request #26 from tspascoal/dependabot/github_actions/all-e…
Browse files Browse the repository at this point in the history
…f15206785

Bump the all group with 2 updates
  • Loading branch information
tspascoal authored Feb 5, 2024
2 parents dd8ee36 + 6521927 commit c2582d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'

env:
user: tspascoal
check-team: 'Team-1'
Expand All @@ -17,7 +19,7 @@ jobs:
failed: "false"
organization: get-user-teams-membership-tests
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: build
run: |
Expand All @@ -26,7 +28,7 @@ jobs:
- name: Get Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v2
uses: peter-murray/workflow-application-token-action@v3
with:
organization: ${{ env.organization }}
application_id: ${{ secrets.APPLICATION_ID }}
Expand Down

0 comments on commit c2582d3

Please sign in to comment.