You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/Check_for_Version_Update.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,17 @@ on:
7
7
jobs:
8
8
build:
9
9
if: github.repository_owner == 'KelvinTegelaar'
10
-
name: 'Check for Version Update'
10
+
name: "Check for Version Update"
11
11
runs-on: ubuntu-latest
12
12
steps:
13
13
- name: Check for Changed Files
14
14
uses: brettcannon/check-for-changed-files@v1.1.0
15
15
with:
16
-
file-pattern: version_latest.txt
17
-
failure-message: 'You have not updated version_latest.txt. This is a required file to update at each PR. Please sync your latest changes and update the version number.'
16
+
file-pattern: public/version.json
17
+
failure-message: "You have not updated version.json. This is a required file to update at each PR. Please sync your latest changes and update the version number."
0 commit comments