@codfish/actions-playground 0.0.0-PR-98--93bf66f → 0.0.0-PR-98--4b8b96d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ jobs:
18
18
  steps:
19
19
  - uses: actions/checkout@v6
20
20
 
21
- - name: troubleshooting
21
+ - name: troubleshooting github context
22
22
  env:
23
23
  GITHUB_CONTEXT: ${{ toJson(github) }}
24
24
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-98--93bf66f",
3
+ "version": "0.0.0-PR-98--4b8b96d",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {