Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/pr-update.yml to match the …
Browse files Browse the repository at this point in the history
…template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent 90c97cb commit 417c0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
BASE_REF: ${{github.base_ref}}
jobs:
info:
if: ${{endsWith(github.repository , '-template')}}
if: endsWith(github.repository , '-template')
runs-on: ubuntu-latest
steps:
- name: "Initialise Workspace"
Expand Down

0 comments on commit 417c0a8

Please sign in to comment.